PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setViewable Method
If true, display the annotation on the screen or allow it to interact with the user. The annotation may be printed (depending on the isPrintable method), but should be considered visible for the purposes of onscreen display and user interaction.
In This Topic
    setViewable Method
    In This Topic
    Sets a value indicating whether the annotation should be displayed.
    Syntax
    public void setViewable( 
       boolean value
    )

    Parameters

    value
    If true, display the annotation on the screen or allow it to interact with the user. The annotation may be printed (depending on the isPrintable method), but should be considered visible for the purposes of onscreen display and user interaction.
    See Also